home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 223
- Top = 94
- BorderStyle = bsDialog
- Caption = 'Infos'
- ClientHeight = 461
- ClientWidth = 387
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 20
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 388
- Height = 463
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object Button1: TButton
- Left = 296
- Top = 432
- Width = 81
- Height = 25
- Caption = 'Help'
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object OKButton: TBitBtn
- Left = 8
- Top = 432
- Width = 65
- Height = 25
- Caption = 'OK.'
- Default = True
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- Layout = blGlyphTop
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object Button2: TButton
- Left = 112
- Top = 432
- Width = 139
- Height = 25
- Caption = 'Register JavaDraw!'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-